'Declaration Public Overloads Sub CopyTo( _ ByVal array() As ToolWindow, _ ByVal startIndex As Integer _ )
'Usage Dim instance As ReadOnlyToolWindowCollection Dim array() As ToolWindow Dim startIndex As Integer instance.CopyTo(array, startIndex)
public void CopyTo( ToolWindow[] array, int startIndex )
Parameters
- array
- An array which will contain the ToolWindows.
- startIndex
- The zero-based index from which to start copying the ToolWindows.